home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_usrdoc / SYSKLOGD / MANIFEST.{_1 < prev    next >
Encoding:
Text File  |  1999-09-17  |  2.0 KB  |  63 lines

  1. A virgin copy of these sources should include 12 files:
  2.  
  3. MANIFEST:    This file.
  4.  
  5. INSTALL:    Brief installation instructions.
  6.  
  7. NEWS:        Important changes.
  8.  
  9. Makefile:    A makefile to generate the binaries.
  10.  
  11. README.linux:    Documentation which may prove useful.
  12.  
  13. klogd.c:    Source code for the kernel log daemon.
  14.  
  15. klogd.h:    Global definitions required for the kernel log daemon.
  16.  
  17. ksym.c:        Source module for the kernel log daemon which implements
  18.         kernel numeric address to symbol translations.
  19.  
  20. ksym_mod.c:    Source module which contains functions which allow ksym.c
  21.         to resolve symbols found in loadable kernel modules.    
  22.  
  23. syslogd.c:    Source code for the system log daemon.
  24.  
  25. syslog.c:    A slightly modified version of the syslog.c file found in
  26.         the standard libraries.  This special version is needed
  27.         so that klogd will pass messages with kernel priority to
  28.         the syslogd facility.
  29.  
  30. pidfile.c:    Source implementing utility functions which are useful
  31.         for managing pid files.  Used by both syslogd and klogd.
  32.  
  33. pidfile.h:    Include file containing global definitions for the
  34.         pid file utility functions.
  35.  
  36. version.h:    An include file for setting the version and patchlevel
  37.         for the package.
  38.  
  39. syslog.conf:    A sample configuration file.  Note that this file uses
  40.         extensions to the BSD syntax.  See the syslog.conf(5)
  41.         manpage for more details.
  42.  
  43. syslog_tst.c:    A simple program to test the system log utility.
  44.  
  45. sysklogd.8:    Man page documenting the general characteristics of this
  46.         package.
  47.  
  48. klogd.8:    Man page documenting the kernel log daemon.
  49.  
  50. kernel.patch:    A source code patch which modifies the linux kernel to
  51.         delimit addresses for symbolic translation by klogd.
  52.  
  53. oops.c:        C source for a loadable kernel module which can be used
  54.         to generate a kernel protection fault.  This is used to
  55.         test the address resolution capabilities of klogd.
  56.  
  57. oops_test.c:    A small driver program used in conjunction with the oops
  58.         module to generate a kernel protection fault.
  59.  
  60. modules.patch:    A patch to the modules-2.0.0 package which provides for
  61.         automatic signalling of klogd whenever the kernel module
  62.         state changes.
  63.